home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Installer SDK 1.2.3 / Upgrader 1.2.3 & Engines / Upgrader 1.2.3 / Plug-in Examples / Simple App Launcher Plug-in / About this example
Encoding:
Text File  |  1998-08-21  |  1.9 KB  |  17 lines  |  [ttro/ttxt]

  1. Simple Application Launcher Plug-in Example
  2.  
  3. This example implements a single panel which launches an application with an optional document when the user clicks Continue.  This might be helpful for a developer or client that wishes to have the user perform an essential step that cannot be fully integrated into the panel user experience.  Examples of this might be running a third-party driver updating program or a virus scanning program which does not provide adequate Apple event support.
  4.  
  5. What's in this folder:
  6.  
  7. "Plug-in Sources" folder:  Contains a Metrowerks 10 project and source files to build the Simple App Launcher plug-in file.
  8.  
  9. "Editor Sources" folder:  Contains a Metrowerks 10 project and source files to build the Simple App Launcher editor file.  This project uses the PowerPlant object framework.
  10.  
  11. "Interfaces" folder:  Contains the file "SimpleAppLauncherTypes.r" for creating your data file using the MPW tool Rez.  Also contains the file "Simple App Launcher Template" to be used with the Resorcerer application.
  12.  
  13. "Working Example" folder:  Contains the necessary files to create an Upgrader example based on the "Mac OS 8.1 Install" Upgrader document that shows the Simple Application Launcher(SAL) plug-in in action.  To create a working example, drag the contents of the "Add these files to Upgrader" folder into a copy of the "Upgrader X.X.X App." folder, then drag the contents of the "Add these files to ModifierTool" folder into a copy of the "ModifierTool X.X App." folder.  The "Mac OS 8.1 Install w/SAL" Upgrader document has been set up to run the SAL plug-in after the software license plug-in, which has been set up to launch the SimpleText application when the user clicks Continue in the SAL panel.  Drop the "Mac OS 8.1 Install w/SAL" file on the ModifierTool application to edit the actions of the SAL plug-in.
  14.  
  15. © Apple Computer, Inc.  1998
  16. August 20, 1998
  17.